翻訳と辞書
Words near each other
・ Dormaa West (Ghana parliament constituency)
・ Dormaalocyon
・ Dormagen
・ Dormagen Bayerwerk station
・ Dormagen station
・ Dormah Kola
・ DormAid
・ Dormammu
・ Dorman
・ Dorman baronets
・ Dorman Bridgeman Eaton
・ Dorman Island
・ Dorman Long
・ Dorman Museum
・ Dormancy
Dormand–Prince method
・ Dormans
・ Dormans railway station
・ Dormansland, Surrey
・ Dormanstown
・ Dormant
・ Dormant Bank and Building Society Accounts Act 2008
・ Dormant Beauty
・ Dormant Commerce Clause
・ Dormant commission
・ Dormant company
・ Dormant Heart
・ Dormant therapy
・ Dormarch
・ Dormeh


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Dormand–Prince method : ウィキペディア英語版
Dormand–Prince method
In numerical analysis, the Dormand–Prince (RKDP) method or DOPRI method, is an explicit method for solving ordinary differential equations . The method is a member of the Runge–Kutta family of ODE solvers. More specifically, it uses six function evaluations to calculate fourth- and fifth-order accurate solutions. The difference between these solutions is then taken to be the error of the (fourth-order) solution. This error estimate is very convenient for adaptive stepsize integration algorithms. Other similar integration methods are Fehlberg (RKF) and Cash–Karp (RKCK).
The Dormand–Prince method has seven stages, but it uses only six function evaluations per step because it has the FSAL (First Same As Last) property: the last stage is evaluated at the same point as the first stage of the next step. Dormand and Prince chose the coefficients of their method to minimize the error of the fifth-order solution. This is the main difference with the Fehlberg method, which was constructed so that the fourth-order solution has a small error. For this reason, the Dormand–Prince method is more suitable when the higher-order solution is used to continue the integration, a practice known as local extrapolation (; ).
Dormand–Prince is currently the default method in MATLAB and GNU Octave's ode45 solver and is the default choice for the Simulink's model explorer solver. A Fortran free software implementation of the algorithm called is also available.〔See http://www.unige.ch/~hairer/prog/nonstiff/dopri5.f〕
The Butcher tableau is:
The first row of ''b'' coefficients gives the fifth-order accurate solution and the second row gives the fourth-order accurate solution.
== Notes==


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Dormand–Prince method」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.